home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / datamakr.zip / DATAMKR2.DOC < prev    next >
Text File  |  1990-12-13  |  1KB  |  23 lines

  1.  
  2. Title:      "Star-Dot-Star's Data File Maker"
  3. Reference:  (none)
  4. Author:     The Editors
  5. Files:      DATAMKR2.DOC, DATAMKR2.BAS, DATAMKR2.EXE
  6.  
  7. Run this BASIC program to convert a .COM, .EXE, or other non-text
  8. file to BASIC DATA statements that X-MAKER2.BAS can read and convert
  9. back to the original file. This makes it possible for us to print code
  10. files as text that other Star-Dot-Star readers can enter into their
  11. computers. DATAMKR2.BAS contains the BASIC source code for the
  12. program. DATAMKR2.EXE is that same program compiled and ready to
  13. run. When the program starts, it asks for an input file name. Type
  14. the name of the existing file you want to convert, for example,
  15. MYPROG.COM. Next, enter the name of the new output file to create.
  16. For this, always use a different name from the input--for example,
  17. MYPROG.DAT. Third, enter the starting line number you want to use for
  18. the first DATA statement. 1000 is a good choice. DATAMKR2 will read
  19. the input file and write the converted BASIC statements to disk. You
  20. can then enter another file name to process, or press <Enter> to
  21. return to DOS. After finishing, send us the converted DATA-statement
  22. files on disk, or transmit them via MCI-MAIL or Compuserve.
  23.